ga.view
Class MTIEvaluator.StatisticsListener

java.lang.Object
  extended by ga.view.MTIEvaluator.StatisticsListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
MTIEvaluator

private class MTIEvaluator.StatisticsListener
extends java.lang.Object
implements com.jme3.input.controls.ActionListener

Keyboard listener to toggle statistics.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private MTIEvaluator.StatisticsListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean keyPressed, float tpf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTIEvaluator.StatisticsListener

private MTIEvaluator.StatisticsListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean keyPressed,
                     float tpf)
Specified by:
onAction in interface com.jme3.input.controls.ActionListener